Searched refs:LRI (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocFast.cpp229 void RAFast::killVirtReg(LiveRegMap::iterator LRI) { argument
230 addKillFlag(*LRI);
231 assert(PhysRegState[LRI->PhysReg] == LRI->VirtReg &&
233 PhysRegState[LRI->PhysReg] = regFree;
236 LiveVirtRegs.erase(LRI);
243 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); local
244 if (LRI != LiveVirtRegs.end())
245 killVirtReg(LRI);
253 LiveRegMap::iterator LRI local
259 spillVirtReg(MachineBasicBlock::iterator MI, LiveRegMap::iterator LRI) argument
493 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); local
500 allocVirtReg(MachineInstr *MI, LiveRegMap::iterator LRI, unsigned Hint) argument
576 LiveRegMap::iterator LRI; local
609 LiveRegMap::iterator LRI; local
729 LiveRegMap::iterator LRI = reloadVirtReg(MI, i, Reg, 0); local
738 LiveRegMap::iterator LRI = reloadVirtReg(MI, i, Reg, 0); local
752 LiveRegMap::iterator LRI = defineVirtReg(MI, i, Reg, 0); local
895 LiveRegMap::iterator LRI = findLiveVirtReg(Reg); local
1011 LiveRegMap::iterator LRI = reloadVirtReg(MI, i, Reg, CopyDst); local
1066 LiveRegMap::iterator LRI = defineVirtReg(MI, i, Reg, CopySrc); local
[all...]
H A DStrongPHIElimination.cpp806 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end();
807 LRI != LRE; ++LRI) {
808 LiveRange OldLR = *LRI;
H A DLiveIntervalAnalysis.cpp1132 for (LiveInterval::const_iterator LRI = LI->begin(), LRE = LI->end();
1133 LRI != LRE; ++LRI) {
1134 const LiveRange& LR = *LRI;
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.h55 #define LRI U_LEFT_TO_RIGHT_ISOLATE macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiimp.h57 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */ enumerator in enum:__anon767
77 #define MASK_LTR (DIRPROP_FLAG(L)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI))
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
H A Dubidi.c64 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
424 * When encountering an FSI, it is initially replaced with an LRI, which is the
425 * default. Only if a strong R or AL is found within its scope will the LRI be
515 /* dirProps[isolateStartStack[stackLast]]=LRI; */
516 flags|=DIRPROP_FLAG(LRI);
540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
547 dirProps[i-1]=LRI; /* default if no strong char */
558 /* dirProps[isolateStartStack[stackLast]]=LRI; */
559 flags|=DIRPROP_FLAG(LRI);
[all...]

Completed in 110 milliseconds