Home
last modified time | relevance | path

Searched refs:BPrepared (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp845 bool BPrepared = false; in preprocessUndefs() local
853 if (!BPrepared) { in preprocessUndefs()
855 BPrepared = true; in preprocessUndefs()
873 bool IsPhi = isa<PHINode>(I), BPrepared = false; in preprocessCompositeConstants()
903 if (!BPrepared) { in preprocessCompositeConstants()
906 BPrepared = true; in preprocessCompositeConstants()
1514 bool IsPhi = isa<PHINode>(I), BPrepared = false; in processInstrAfterVisit()
1523 if (!BPrepared) { in processInstrAfterVisit()
1526 BPrepared = true; in processInstrAfterVisit()